home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Communication
/
STFax
/
Rexx
/
WW2STFax.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1998-06-24
|
398b
|
29 lines
/*
*
* $VER: WW2STFax.rexx 1.0 (21.4.97) by Simone Tellini
*
*/
Options Results
IF ~SHOW(P,'STFAX.1') THEN DO
'REQUESTRESPONSE PROMPT STFax is not active. Shall I load it?'
IF RC > 0 THEN
Exit
Address Command 'Run <>NIL: STFax:STFax'
Address Command 'WaitForPort STFAX.1'
END
Address 'STFAX.1' 'PRTDRIVER ON'
'PRINT'
Address 'STFAX.1' 'PRTDRIVER OFF'
Exit 0